◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── [data] DataName = Value The [data] section specifies default information if the user does not explicitly specify installation options. Parameter Description ──────────────────────────────────────────────────────────────────────────── DataName Specifies a unique name identifying a default value. Setup recognizes the following settings: Setting Description ───────────────────────────────────────────────────────────────── defkeydll Specifies the default language-specific keyboard library. The corresponding value must be one of the keyboard-library names specified in the [keyboard.tables] section. version Specifies the Windows version for which the OEMSETUP.INF file is intended. The corresponding value can be version number having the form x.xx. If an information file is marked as a 3.1, Setup will not attempt to translate filenames to preserve compatibility with Windows 3.0 driver disks. Value Specifies the default value associated with the name. Example This example shows a [data] section containing default definitions for the code page and language-specific keyboard library: [data] defkeydll=ussrdll version=3.1 See Also [keyboard.tables] ♦